(change-log-mode): Set `show-trailing-whitespace'.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jun 2007 14:17:08 +0000 (14:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jun 2007 14:17:08 +0000 (14:17 +0000)
lisp/add-log.el

index 08ce78d371de1a3c682afdf3e7ad336742ebede0..3ec00b81b350e7f421f5131a7f82491a75be6e72 100644 (file)
@@ -695,7 +695,8 @@ Runs `change-log-mode-hook'.
   (setq left-margin 8
        fill-column 74
        indent-tabs-mode t
-       tab-width 8)
+       tab-width 8
+       show-trailing-whitespace t)
   (set (make-local-variable 'fill-paragraph-function)
        'change-log-fill-paragraph)
   (set (make-local-variable 'indent-line-function) 'change-log-indent)